From: Siebrand Mazeland Date: Sat, 5 Jul 2008 22:41:06 +0000 (+0000) Subject: Add message 'undelete-fieldset-title' to resolve issue identified in r37095 and rever... X-Git-Tag: 1.31.0-rc.0~46708 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=c1fb11dd90ffd9135af65cc4341b474e95b35684;p=lhc%2Fweb%2Fwiklou.git Add message 'undelete-fieldset-title' to resolve issue identified in r37095 and reverted in r37139 --- diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index 33d9476013..c031865489 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -981,7 +981,7 @@ class UndeleteForm { } $table = Xml::openElement( 'fieldset' ) . - Xml::element( 'legend', null, wfMsg( 'undelete') ). + Xml::element( 'legend', null, wfMsg( 'undelete-fieldset-title' ) ). Xml::openElement( 'table', array( 'id' => 'mw-undelete-table' ) ) . " " . diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 5a0277ad87..333e96182e 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2222,6 +2222,7 @@ You can change this page's protection level, but it will not affect the cascadin 'viewdeletedpage' => 'View deleted pages', 'undeletepagetext' => 'The following pages have been deleted but are still in the archive and can be restored. The archive may be periodically cleaned out.', +'undelete-fieldset-title' => 'Restore revisions', 'undeleteextrahelp' => "To restore the entire page, leave all checkboxes deselected and click '''''Restore'''''. To perform a selective restoration, check the boxes corresponding to the revisions to be restored, and click '''''Restore'''''. Clicking '''''Reset''''' will clear the comment field and all checkboxes.", 'undeleterevisions' => '$1 {{PLURAL:$1|revision|revisions}} archived', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 6f97bacc1a..80def1cded 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -1483,6 +1483,7 @@ $wgMessageStructure = array( 'undeletepagetitle', 'viewdeletedpage', 'undeletepagetext', + 'undelete-fieldset-title', 'undeleteextrahelp', 'undeleterevisions', 'undeletehistory',